home *** CD-ROM | disk | FTP | other *** search
/ Champak 146 / (Vol 146) Jan 07 2012.iso / Games / tontie_hammer.swf / scripts / DefineButton2_40 / BUTTONCONDACTION on(release).as next >
Text File  |  2012-01-07  |  171b  |  10 lines

  1. on(release){
  2.    _root.sound_on = 1;
  3.    if(_root._currentframe == _root.gameframe)
  4.    {
  5.       _root.sound2("game");
  6.    }
  7.    prevFrame();
  8.    _root.sound("push");
  9. }
  10.